Journals
  Publication Years
  Keywords
Search within results Open Search
Please wait a minute...
For Selected: Toggle Thumbnails
Design and implementation of PDSCH de-resource mapping in LTE-A air interface analyzer
WANG Meile, ZHANG Zhizhong, WANG Guangya
Journal of Computer Applications    2018, 38 (10): 2945-2949.   DOI: 10.11772/j.issn.1001-9081.2018030518
Abstract504)      PDF (762KB)(269)       Save
In view of the problem of computational redundancy due to the repeated computation of resource mapping positions in the traditional de-resource mapping method of Long Term Evolution-Advanced (LTE-A) physical layer, a new architecture of Physical Downlink Shared channel (PDSCH) de-resource mapping method was proposed, which provides support for the related physical layer processing of the LTE-A air interface analyzer. Firstly, before to the mapping of the physical downlink signal and the channel de-resource, the resource indexes of each signal and channel in single antenna port 0 mode, transmit diversity mode, single-stream beamforming, and dual-stream beamforming were generated; and then, the time-frequency location of the resource was directly located according to the resource index; finally, the PDSCH de-resource mapping module was put in the entire LTE-A link level simulation platform, and the simulations were given in four transmission modes, and the corresponding bit error rate and throughput comparison chart was obtained, which provides a theoretical reference to final hardware implementation. At the same time, compared with the de-resource mapping module under the traditional architecture, it shows that the de-resource mapping module under the new architecture costs 33.33% less time than the traditional computation mapping simulation, which reduces the de-resources and device resource consumption when de-resources mapping.
Reference | Related Articles | Metrics
Speech enhancement algorithm based on improved variable-step LMS algorithm in cochlear implant
XU Wenchao, WANG Guangyan, CHEN Lei
Journal of Computer Applications    2017, 37 (4): 1212-1216.   DOI: 10.11772/j.issn.1001-9081.2017.04.1212
Abstract378)      PDF (799KB)(492)       Save
In order to improve the quality of speech signal and adaptability of cochlear implant under strong noise background, an improved method was proposed based on the combination of spectral subtraction and variable-step Least Mean Square error (LMS) adaptive filtering algorithm, and a speech enhancement hardware system for cochlear implant was constructed with this method. Concerning the problem of slow convergence rate and big steady-state error, the squared term of output error was used to adjust the step size of variable-step LMS adaptive filtering algorithm; besides, the combination of fixed and changed values of step was also considered, thus improved the adaptability and quality of speech signal. The speech enhancement hardware system for cochlear implant was composed of TMS320VC5416 and audio codec chip TLV320AIC23B, high-speed acquisition and real-time processing of voice data between TMS320VC5416 and TLV320AIC23B were realized by the interface of Muti-channel Buffered Serial Port (McBSP) and Serial Peripheral Interface (SPI).The Matlab simulation and test results prove that the proposed method has good performance in eliminating noise, the Signal-to-Noise Ratio (SNR) can be increased by about 10 dB in the case of low input SNR, and Perceptual Evaluation of Speech Quality (PESQ) score can be also greatly enhanced, the quality of the voice signal is improved effectively, and the system based on the proposed algorithm has stable performance which further improves the clarity and intelligibility of voice in cochlear implant.
Reference | Related Articles | Metrics
Parallel design and implementation of scale invariant feature transform algorithm based on OpenCL
XU Chuanpei, WANG Guang
Journal of Computer Applications    2016, 36 (7): 1801-1806.   DOI: 10.11772/j.issn.1001-9081.2016.07.1801
Abstract536)      PDF (966KB)(343)       Save
The real-time performance of Scale Invariant Feature Transform (SIFT) algorithm is excessively bad. To solve the problem, a parallel optimized SIFT algorithm using the Open Computing Language (OpenCL) was proposed. Firstly, all steps of the original algorithm were split and combined; in addition, the indexing method of feature points in memory was restructured. Thus the middle calculation results could be made completely to finish interaction in the memory. Then, each step of the original algorithm was designed in parallel to improve the efficiency of data reading and reduce the transmission delay by multiplexing global memory object, sharing local memory and optimizing memory access. Finally, a fine-grained parallel accelerated SIFT algorithm was completed on Graphics Processing Unit (GPU) platform using OpenCL and the transplant was completed on the Central Processing Unit (CPU) platform. The parallel algorithm speeded up 10.51-19.33 and 2.34-4.74 times in feature extraction on GPU and CPU platform when the registration result was close to the original algorithm. The experimental results show that the parallel accelerated SIFT algorithm using OpenCL can improve the real-time performance of image registration and overcome the disadvantages of that Compute Unified Device Architecture (CUDA) is difficult to be transplanted so that it can not make full use of the multiple computing cores in heterogeneous systems.
Reference | Related Articles | Metrics
Fast greatest common divisor algorithm based on k-ary reduction
WANG Guangsai, ZENG Guang, HAN Wenbao, LI Yongguang
Journal of Computer Applications    2015, 35 (6): 1673-1677.   DOI: 10.11772/j.issn.1001-9081.2015.06.1673
Abstract435)      PDF (874KB)(414)       Save

Greatest Common Divisor (GCD) is one of the basic subjects in computational number theory. It has a wide application in encryption and analysis of cryptography. For inputing B and C, an algorithm based on right-shift k-ary reduction proposed by Sorenson was presented for finding the integers x and y which satisfy the least significant bits of Bx-Cy were 0,i.e., Bx-Cy=0(mod2e) where positive integer e was a constant. It could do a lot of right shifts and reduce a large number of cycles with taking advantage of the algorithm for finding the integers x and y. A fast GCD algorithm was proposed combined with modulus algorithm. When the size of the input was n bits, the worst complexity of the fast GCD algorithm was still O(n2).In the best case, the complexity of the proposed algorithm could achieve O(nlog2 nlog logn). The experimental data show that actual implementations given input about more than 200000 bits, the fast GCD algorithm is faster than the Binary GCD algorithm, and the fast GCD algorithm is twice as fast as the Binary GCD algorithm for 1 million bits of input.

Reference | Related Articles | Metrics
Design of modulated filter banks for cognitive radio system
SHAO Kai JI Xiang ZHUANG Ling WANG Guangyu
Journal of Computer Applications    2014, 34 (2): 329-332.  
Abstract408)      PDF (599KB)(520)       Save
As a new intelligent spectrum sharing technology, Cognitive Radio (CR) technology could effectively improve the spectrum utilization. It allows the cognitive user to use the idle spectrum of licensed user under the premise of free interference. Because of the high sidelobe attenuation, the traditional physical layer transmission technology in cognitive radio system, that is Orthogonal Frequency Division Multiplexing (OFDM) multi-carrier modulation technology, suffers from the the interference between the adjacent subbands and the interference among licensed users and cognitive users, an alternative multi-carrier modulation technology, filter bank based multi-carrer technology, was introduced in this paper to eliminate the interferences. An indirect design method for designing the prototype filter in filter bank was proposed while formulating the filter bank as an unconstrained linear optimization problem of prototype filter.Firstly,two low-order and linear lowpass filters were designed by using the Parks-McClellan algorithm, and then the prototype filter was optimally designed through the interpolation and cascade operation. Compared to the conventional direct method, the simulation results show that the modulated filter banks designed by the proposed method in this paper present better performance in the length of filter coefficients and the alias errors.
Related Articles | Metrics
Design of multi-carrier transceivers based on modified discrete fourier transform filter bank
JI Xiang ZHUANG Ling SHAO Kai WANG Guangyu
Journal of Computer Applications    2013, 33 (12): 3465-3468.  
Abstract694)      PDF (634KB)(438)       Save
In order to improve the poor frequency selectivity and spectral leakage of traditional Orthogonal Frequency Division Multiplexing (OFDM) multi-carrier transceiver, multi-carrier transceiver based on modified Discrete Fourier Transform (DFT) filter bank was introduced. The design problem of it was formulated as nonconstrained minimized optimization of perfect reconstruction error of modulated filter banks, and the modified window method was taken to design the prototype filter in the modulated filter banks and linear optimization was used to optimize the objective function. Compared to the traditional window method, a spline function was exploited in the transition band of ideal filter of the modified window to eliminate the Gibbs effect. The simulation results show that the designed filter bank with the proposed method gives a better performance in terms of stopband attenuation, and reconstruction error, and the resulted multicarrier transceiver a better Symbol Error Rate (SER) performance in Quadrature Phase Shift Keying (QPSK) modulation and the 3GPP TS 25.104 vehicular multipath and one-tap frequency-domain equalization.
Related Articles | Metrics
Deployment of virtual machines with clustering method based on frame load awareness
WANG Guangbo MA Zitang SUN Lei WU Le
Journal of Computer Applications    2013, 33 (05): 1271-1288.   DOI: 10.3724/SP.J.1087.2013.01271
Abstract837)      PDF (855KB)(671)       Save
Concerning the deployment of virtual machines in the cloud computing, an algorithm on the deployment of virtual machines with clustering method based on frame load awareness was proposed. First of all, the load of each layer in datacenter was computed and the clustering of physical machines in each layer was constructed. In the process of deploying virtual machines, the clustering of virtual machines was first done according to some rules and then the frame with lower load was chosen preferentially. The last step was to match the virtual machines cluster and physical machines cluster in order to deploy the optimal physical machines cluster. The performance of the algorithm was validated with the experiments in CloudSim. The result was compared to that of the greedy algorithm and basic deployment algorithm with the frame load awareness, which shows that the algorithm proposed in this article has evident priority, and improves the utilization rate of network resources.
Reference | Related Articles | Metrics
Anonymous credentials scheme based on ring signature for trust negotiation
LI Wei FAN Ming-yu WANG Guang-wei YUAN Jian-ting
Journal of Computer Applications    2011, 31 (10): 2689-2691.   DOI: 10.3724/SP.J.1087.2011.02689
Abstract910)      PDF (446KB)(598)       Save
At present, most of the privacy protection schemes are based on sophisticate zero-knowledge protocol or bilinear mapping computation, so their efficiency is low. In order to address this problem, an anonymous negotiation credentials scheme was proposed based on ring signature. On the foundation of anonymous credentials framework, an efficient discrete logarithm based ring signature scheme was constructed to protect the negotiation credentials, compared with two schemes proposed by ZHANG, et al. (ZHANG MING-WU, YANG BO, ZHU SHENG-LIN, et al. Policy-Based Signature Scheme for Credential Privacy Protecting in Trust Negotiation. Journal of Electronics & Information Technology, 2009(1): 224-227) and LIU, et al. (LIU BAILING, LU HONGWEI, ZHAO YIZHU. An efficient automated trust negotiation framework supporting adaptive policies. Proceedings of the Second International Workshop on Education Technology and Computer Science. Washington, DC: IEEE Computer Society, 2010: 96-99) the proposed scheme is more efficient.
Related Articles | Metrics
Real-time rendering based training system for fire
LIU Kun, WANG Guang-sheng
Journal of Computer Applications    2005, 25 (08): 1962-1964.   DOI: 10.3724/SP.J.1087.2005.01962
Abstract1166)      PDF (166KB)(1181)       Save
Real-time rendering based training system for fire includes three parts: Modeling and displaying for 3-Dimensional architecture map and interaction with users, fire hazards simulation, supervising for life saving and decision-making for succor. This paper presents approaches to the implementation of virtual training system for fire using some algorithms of real-time rendering, AI and PR, combining with hazards model of fire. On second thoughts, we advance a method, which uses virtual reality method, to implement a software system of fire hazard and training. We combine OpenGL with DirectX to realize C-S based virtual training system for fire in Windows.
Related Articles | Metrics
Design and application of USB transfer system for real-time human motion capture device
GAO Shen-yu,WANG Guang, LIU Jin-gang
Journal of Computer Applications    2005, 25 (03): 685-687.   DOI: 10.3724/SP.J.1087.2005.0685
Abstract875)      PDF (179KB)(954)       Save

This paper analysed the functions of all parts of the USB transfer subsystem in real-time human motion capture device, and introduced its detailed designing methods of this subsystem. The USB transfer subsystem can transfer exact data in real time while the device is running and collecting human motion data.

Related Articles | Metrics